home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00269_Script_CursorChange-Hand < prev    next >
Text File  |  1999-02-25  |  239b  |  14 lines

  1.  
  2. on mouseWithin me
  3.   set the cursor of sprite the spritenum of me to 260
  4. end
  5.  
  6. on mouseDown me
  7.   set the cursor of sprite the spritenum of me to 290
  8. end
  9.  
  10. on mouseLeave me
  11. set the cursor of sprite the spritenum of me to -1
  12.  
  13. end
  14.